Tag features available in MailTag
(Attribute names are case-sensitive)

    Name                   Description                               Status
 ---------------------------------------------------------------------------------
1. smtpHost - Specifies the smtp host to be used to send the mail. - REQUIRED
2. fromName - Specifies the from name in the mail. - REQUIRED
3. fromAddress - Specifies the address of the user from where the mail originated. - Optional
4. subject - Specifies the subject of the mail. - REQUIRED
5. user - Specifies the user name to use to connect to the mail server.- Optional
6. password - Specifies the password for the user name provided. - Optional
7. to - Specifies the addresses in the "TO" field to which the mail has to be sent. - REQUIRED
8. cc - Specifies the addresses in the "CC" field to which the mail has to be sent. - Optional
9. bcc - Specifies the addresses in the "BCC" field to which the mail has to be sent. - Optional
10.replyTo - Specifies the address to which a reply should be sent for the mail sent. - Optional
11. text - Specifies the text of the mail to be sent. - REQUIRED
12. sendAsHTML - Specifies whether the mail is sent as a HTML file or not. Takes only two values "true" or "false". - Optional